Sorting Algorithms: Bubble & Merge Quiz

Scenario: You are writing software that needs to sort names or numbers. You must choose between bubble and merge sort depending on data size and efficiency. This quiz will help you understand how each algorithm works, and when to use it.